home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
get_going.dxr
/
UI elements_29.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-21
|
347 b
|
12 lines
on exitFrame me
global newVolume
gotoValue = 17 - ((newVolume + 1) / 16)
sprite(8).setVariable("goto", EMPTY & gotoValue)
sprite(8).goToFrame(5)
sprite(8).stop()
sprite(11).volume = newVolume
set the text of field "test1" to EMPTY & newVolume
put newVolume into field "test1"
sprite(8).setVariable("test", EMPTY & newVolume)
end